Name | Description | |
---|---|---|
![]() | CanFilter | Returns whether the collection is able to filter the specified filterExpression. |
![]() | CanInsert | |
![]() | CanMove | |
![]() | CanRefresh | Determines whether the collection can be refreshed. |
![]() | CanRemove | |
![]() | CanReplace | |
![]() | CanSort | Returns whether the collection is able to sort the specified sortDescriptions. |
![]() | ConnectAsync | Connects the collection to the source. |
![]() | DisconnectAsync | Disconnects the collection from the source. |
![]() | Dispose | Called to dispose resources. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | FilterAsync | Filters the data using specified filterExpression. |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | GetItemType | Gets the type of the item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | IndexOf | Gets the index of the specified item. (Inherited from C1.DataCollection.C1DataCollectionBase<T>) |
![]() | InsertAsync | |
![]() | LoadMoreItemsAsync | Loads more items. |
![]() | MoveAsync | |
![]() | RefreshAsync | Removes the cached data and loads the whole collection from scratch. |
![]() | RemoveAsync | |
![]() | ReplaceAsync | |
![]() | SortAsync | Overloaded. Sorts the collection according to the specified sort descriptions. |